Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

fix(deps): update rust crate bytesize to v2#62

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/bytesize-2.x
Open

fix(deps): update rust crate bytesize to v2#62
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/bytesize-2.x

Conversation

@renovate
Copy link

@renovate renovate bot commented Feb 24, 2025

This PR contains the following updates:

Package Type Update Change
bytesize dependencies major 1.3.0 -> 2.0.0

Release Notes

bytesize-rs/bytesize (bytesize)

v2.0.0

  • Add support for no_std targets.
  • Use IEC (binary) format by default with Display.
  • Use "kB" for SI unit.
  • Add Display type for customizing printed format.
  • Add ByteSize::display() method.
  • Implement Sub<ByteSize> for ByteSize.
  • Implement Sub<impl Into<u64>> for ByteSize.
  • Implement SubAssign<ByteSize> for ByteSize.
  • Implement SubAssign<impl Into<u64>> for ByteSize.
  • Reject parsing non-unit characters after whitespace.
  • Remove ByteSize::to_string_as() method.
  • Remove top-level to_string() method.
  • Remove top-level B constant.

v1.3.2

Compare Source

  • Reject parsing non-unit characters after whitespace.

v1.3.1

Compare Source

(yanked)


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants